home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 85 / CD Temático 40 Febrero 2004.iso / DOS / ntfs / dos / lang.h < prev    next >
Encoding:
C/C++ Source or Header  |  2001-02-11  |  6.8 KB  |  132 lines

  1. /*
  2.  
  3.     File: lang.h
  4.  
  5.     Copyright (C) 1998-2001  Christophe Grenier <grenier@nef.esiea.fr>
  6.   
  7.     This software is free software; you can redistribute it and/or modify
  8.     it under the terms of the GNU General Public License as published by
  9.     the Free Software Foundation; either version 2 of the License, or
  10.     (at your option) any later version.
  11.   
  12.     This program is distributed in the hope that it will be useful,
  13.     but WITHOUT ANY WARRANTY; without even the implied warranty of
  14.     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  15.     GNU General Public License for more details.
  16.   
  17.     You should have received a copy of the GNU General Public License
  18.     along with this program; if not, write to the Free Software
  19.     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  20.  
  21.  */
  22.  
  23. #define m_CMDLINE       "\n\nTestDisk command line :"
  24. #define m_DUMP_HEXA     "Dump Hexa\n"
  25. #define m_DUMP_ASCII    "\nDump ascii\n"
  26. #define m_SYS           "\nSys="
  27. #define m_READ_ERROR_AT "\nRead error at %u/%u/%u\n"
  28. #define c_YES           'Y'
  29. #define c_NO            'N'
  30. #define m_ADD_PART_RERR "\nAdd_part: Read error"
  31. #define m_BAD_NMARK     "\nPartition sector doesn't have the endmark 0xAA55\nRun fdisk /mbr and restart TestDisk\n"
  32. #define m_NO_FREE_ENTREE "\nUnable to add partition, no free entree in table"
  33. #define m_ASK_ADD       "\nDid you want to unerase the following partition :"
  34. #define m_AFTER_PART    "\nSearch continue after this partition\nNo if you think this partition don't match"
  35. #define m_CHOICE_YN     "\nChoice ? [Y/N] "
  36. #define m_ADD_PART_WERR "\nAdd_part: Write error"
  37. #define m_FREE_SPACE    "Free space between"
  38. #define m_AND           "and"
  39. #define m_FOUND_EXT_0   "\nFound an extended partition without partition"
  40. #define m_FOUND_EXT_1   "\nFound an extended partition with partition"
  41. #define m_PRB_EXT       "\nProblem with the extended partition"
  42. #define m_LINUX_WARN    "\nLINUX SWAP-SPACE warning: size can be different than original"
  43. #define m_BAD_S_CYL     "\nBad starting cylinder"
  44. #define m_BAD_S_HEAD    "\nBad starting head"
  45. #define m_BAD_S_SECT    "\nBad starting sector"
  46. #define m_BAD_E_CYL     "\nBad ending cylinder"
  47. #define m_BAD_E_HEAD    "\nBad ending head"
  48. #define m_BAD_E_SECT    "\nBad ending sector"
  49. #define m_END_BFR_START "\nPartition end < start !"
  50. #define m_PART_BFR_MIN  "\nPartition starts before its lower limit"
  51. #define m_PART_AFT_MAX  "\nPartition ends after its upper limit"
  52. #define m_BAD_RS        "\nBad relative sector."
  53. #define m_BAD_SCOUNT    "\nBad sector count."
  54. #define m_CHKFAT_RERR   "check_FAT: Read error\n"
  55. #define m_CHKFAT_BAD_JUMP       "check_FAT: Bad jump in FAT partition\n"
  56. #define m_CHKFAT_BYTESECT       "check_FAT: Incorrect number of byte per sector\n"
  57. #define m_CHKFAT_SECT_CLUSTER   "check_FAT: Bad number of sectors per cluster\n"
  58. #define m_CHKFAT_SECTTRACK      "check_FAT: Incorrect number of sectors per track\n"
  59. #define m_CHKFAT_SIDE   "check_FAT: Incorrect number of sides\n"
  60. #define m_CHKFAT_NBRFAT "check_FAT: Bad number of FAT\n"
  61. #define m_CHKFAT_ENTRY  "check_FAT: Bad number of entries in root dir\n"
  62. #define m_CHKFAT_MEDIA  "check_FAT: Bad descriptor\n"
  63. #define m_CHKFAT_SIZE   "check_FAT: Incorrect size of partition\n"
  64. #define m_CHKFAT_RESERV "check_FAT: Incorrect number of reserved sectors\n"
  65. #define m_CHKFAT_SECTPFAT "check_FAT: Incorrect number of sectors per FAT\n"
  66. #define m_CHKFAT_BAD_HIDDEN "check_FAT: Incorrect numbers of hidden sectors\n"
  67. #define m_ANALYSE_DIR_FAT_RERR "\ndir_entries: read error"
  68. #define m_PART_UNUSED   "\nWarning : Unused partition must be fill with 0"
  69. #define m_PART_MUSTNBOOT        "\nMust not be bootable"
  70. #define m_PART_HEADER_EXT   "\t\t\t\t  Start       End       Sect Rel       Size\r Partition"
  71. #define m_PART_HEADER   "     Partition\t\t\t\tStart      End      Sect Rel       Size\n"
  72. #define m_GOD_MODE      "\nGod mode\n\n     Partition\t\t\t    Start        End        Size"
  73. #define m_PART_RD_ERR   "\nPartition : Read error\n"
  74. #define m_PART_WR_ERR   "\nPartition : Write error\n"
  75. #define m_ONLY_ONE_DOS  "Partition may contain only one DOS FAT partition\n"
  76. #define m_ONLY_ONE_EXT  "Partition may contain only one extended partition\n"
  77. #define m_NO_OS2MB      "There are hidden partitions, but no OS2 MultiBoot.\n"
  78. #define m_NO_BOOTABLE   "No partition is bootable\n"
  79. #define m_ONLY1MUSTBOOT "Only one partition must be bootable\n"
  80. #define m_PARTITION     "\nPartition"
  81. #define m_PARTITIONS    "\nPartitions"
  82. #define m_SAME_SPACE    "The following two partitions use the same hard disk space\n"
  83. #define m_PRESS_KEY     "\n\nPress any key to continue"
  84. #define m_LOG_ERR       "\nCan not create testdisk.log\n"
  85. #define m_DRIVE         "Drive"
  86. #define m_CHECKDATA     "\n- Check data"
  87. #define m_IDENTIFICATION "\nIdentification problem of drive"
  88. #define m_CHKSPACE      "\n\n- Check space used   (S)kip"
  89. #define m_CHKSPACE_TST  "\n\n- Check space used (test mode)   (S)kip"
  90. #define m_NO_ERR_FND    "\n => No error found"
  91. #define m_SKIP          "\n =>skipped"
  92. #define m_CHOOSE_PART_TYPE "Use arrows to change partition type"
  93. #define m_CHOICE        "\nChoice ? "
  94. #define m_ASK_PART      "\nChoose a partition (-1 to quit)"
  95. #define m_ASK_STATUS    "\n0 Deleted\n1 Primary\n2 Extended\nChoice ? "
  96. #define m_INTERNAL_ERROR "\nInternal error"
  97. #define m_MALLOC_ERROR  "\nMemory allocation error"
  98. #define m_FREE_ERROR    "\nFree memory allocation error"
  99. #define m_GODMODE_WRITE "Write it ? [Y/N] "
  100. #define m_WRITE_CLEAN_TABLE     "Clear the MBR partition table ? [Y/N] "
  101. #define m_WRITE_MBR_CODE    "Write a new MBR code ? [Y/N] "
  102. #define m_STRUCT_BAD    "Structure: Bad"
  103. #define m_STRUCT_OK             "Structure: Ok "
  104. #define m_MBR_ORDER             "MBR order"
  105. #define m_MBR_ORDER_GOOD        "Partitions order: Ok "
  106. #define m_MBR_ORDER_BAD "Partitions order: Bad"
  107. #define m_NO_EXT_PART   "\nNo extended partition"
  108. #define m_ROOT_CLUSTER_RERR    "\nroot_cluster: read error"
  109. #define m_WARN_LBA    "\nWarning: check your disk access mode (LBA or not)"
  110. #define m_Usage    "\nUsage: TestDisk [/liar] [/paranoid] [/log] [/debug] [/dump]"\
  111.         "\n       TestDisk [/mbr] [/clean]" \
  112.         "\n" \
  113.         "\n/search       : search in partition" \
  114.         "\n[/fast|/slow] : fast(default) or slow partition recovery mode" \
  115.         "\n/paranoid     : scan each cylinder" \
  116.         "\n/log          : create a testdisk.log file" \
  117.         "\n" \
  118.         "\nTestDisk checks and recovers lost partitions" \
  119.         "\nIt works with :" \
  120.         "\n- FAT12, FAT16 <32M, FAT16 >32M, FAT32" \
  121.         "\n- extended partition" \
  122.         "\n- NTFS" \
  123.         "\n- LINUX ext2fs, LINUX swap" \
  124.         "\n- OS/2 MultiBoot (used in PartitionMagic)" \
  125.         "\n" \
  126.         "\nIf you have problems with TestDisk or bug reports, please contacte me.\n"
  127. #define m_Copyright    "TestDisk 3.1alpha, Data Recovery Utility by Christophe GRENIER, January 30 2001" \
  128.      "\ngrenier@nef.esiea.fr" \
  129.      "\nhttp://www.esiea.fr/public_html/Christophe.GRENIER/" \
  130.      "\n"
  131.  
  132.